home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1225 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  306b  |  18 lines

  1. on(release){
  2.    if(_root.poz == "h")
  3.    {
  4.       _parent.dr = _root.draglej;
  5.       _parent.zastav = 1;
  6.    }
  7.    else
  8.    {
  9.       if(_root.poz == "g")
  10.       {
  11.          _root.poz = "b";
  12.       }
  13.       _root.pepa.gotoAndPlay(_root.poz add "h");
  14.    }
  15.    _root.stopdragall();
  16.    _root.hideall();
  17. }
  18.